home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG Library 8 / PC-SIG Library CD-ROM (8th Edition) (1990-04).iso / 201_300 / disk0265 / define.ins < prev    next >
Encoding:
Text File  |  1982-05-27  |  896 b   |  15 lines

  1. "***DEFINE***"
  2. "This routine lets you define graphics characters for later use"
  3. "in programs with a series of PUT statements."
  4. "The character is defined in medium resolution."
  5. "     The character you define is 100-by-100 pixels.  If the character"
  6. "you want is smaller than this, the routine allows you to shrink the"
  7. "defined window as small as you want it."
  8. "     The routine will write out a series of DATA statements for you."
  9. "These DATA statements, given line numbers of 50000 to 50135, can be"
  10. "appended at the end of another program to use in that program."
  11. "The routine even includes the necessary read statements to read these"
  12. "data statements, creating an integer variable FI% with the figure."
  13. "     In addition, you may read in a previously defined character,"
  14. "make changes to it, and then save the revised character."
  15.     In addition, you may read in a previously d